home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1996 #1
/
Amiga Plus CD - 1996 - No. 1.iso
/
pd
/
grafik
/
dust_v2.34
/
dusthelp2
/
smoothinner
< prev
next >
Wrap
Text File
|
1995-09-28
|
1KB
|
31 lines
COMMAND SMOOTHINNER
-----------------------------------------------------------------
Purpose: Smooth objects using a very complicated and slow algorithm
which produces incredible results. The boundary zone
of the object will be kept unchanged
(This is good for re-joining splitted sections.)
SCALE specifies the scale-factor of the spline-tangents,
a higher value results in a higher bend of the
interpolated curves.
The parameter "noHalveSegs" turns off the interpolation of
difficult sections using splines - the points will be
created using lines instead
(You should try to drag them by hand)
Usage: SMOOTHINNER(<objectID>,[<scale>],["noHalveSegs"])
Examples: smoothinner(1)
smoothinner(1,1.4)
smoothinner(1,noHalveSegs)
smoothinner(1,1.6,noHalveSegs)
Notes: 1. There is a limit of 72 faces (source-object) for
unregistered users
2. Subgroups and face-colors will be updated correctly, edges
and points will be merged
3. This procedure was designed to work with the following
settings:
SPLINETYPE=CATMULLROM
SPLINEENDS=OPEN
SPLINESUBDIV=20